ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / CenterHeadersVertically Property

In This Topic
    CenterHeadersVertically Property (MultiRow<T>)
    In This Topic
    Gets or sets a value that determines whether the content of cells that span multiple rows should be vertically centered.
    Syntax
    'Declaration
     
    Public Property CenterHeadersVertically As Boolean
    public bool CenterHeadersVertically {get; set;}
    See Also